home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / maxime.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  363 b   |  17 lines

  1. on exitFrame
  2.   global Aframe
  3.   if rollOver(5) then
  4.     set Aframe to the frame
  5.     go("naveg")
  6.   end if
  7.   set the locH of sprite 3 to the locH of sprite 3 + 30
  8.   set the locH of sprite 4 to the locH of sprite 4 - 30
  9.   if the locH of sprite 3 >= 190 then
  10.     puppetSprite(2, 0)
  11.     puppetSprite(3, 0)
  12.     puppetSprite(4, 0)
  13.     go(35)
  14.   end if
  15.   go(the frame)
  16. end
  17.